home *** CD-ROM | disk | FTP | other *** search
/ Visual Basic 5 Developer's Kit / vb5 dev kit.iso / dev / t2win-32 / _bitstr.t2w < prev    next >
Encoding:
Text File  |  1996-08-24  |  765 b   |  15 lines

  1. CreateBits : create a string with how many bits specified by a number
  2. FindBitReset : find the first bit 'reset' starting at a position
  3. FindBitSet : find the first bit 'set' starting at a position
  4. GetBit : check if a bit is 'set' or 'reset'
  5. GiveBitPalindrome : returns all chars on which bit (0=7, 1=6, 2=5, 3=4)
  6. IsBitPalindrome : check if a string is Bit palindrome
  7. ReverseAllBits : reverse all bits
  8. ReverseAllBitsByChar : reverse all bits by char
  9. SetAllBits : set all bits to 'set' or 'reset'
  10. SetBit : set a bit to 'set' or 'reset'
  11. ToggleAllBits : toggle all bits
  12. ToggleBit : toggle a bit
  13. GetBit : check if a bit is 'set' or 'reset' in a value
  14. SetBit : set a bit to 'set' or 'reset' in a value
  15. B2I/I2B B2L/L2B : binary conversion to/from integer/long